home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
program
/
gcc
/
gcc270-d.lha
/
gnu
/
man
/
cat3
/
strcoll.0
< prev
next >
Wrap
Text File
|
1992-08-10
|
1KB
|
67 lines
STRCOLL(3) UNIX Programmer's Manual STRCOLL(3)
NNAAMMEE
ssttrrccoollll - compare strings according to current collation
SSYYNNOOPPSSIISS
##iinncclluuddee <<ssttrriinngg..hh>>
_i_n_t
ssttrrccoollll(_c_o_n_s_t _c_h_a_r _*_s_1, _c_o_n_s_t _c_h_a_r _*_s_2)
DDEESSCCRRIIPPTTIIOONN
The ssttrrccoollll() function lexicographically compares the nullterminated
strings _s_1 and _s_2 according to the current locale collation and returns
an integer greater than, equal to, or less than 0, according as _s_1 is
greater than, equal to, or less than _s_2.
SSEEEE AALLSSOO
bcmp(3), memcmp(3), setlocale(3), strcasecmp(3), strcmp(3),
strxfrm(3)
SSTTAANNDDAARRDDSS
The ssttrrccoollll() function conforms to ANSI C3.1591989 (``ANSI C'').
BSD Experimental June 29, 1991 1